|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.co.cks.tms.xml.TransactionPurchaseType
Class TransactionPurchaseType.
| Field Summary | |
private CardInfo |
_cardInfo
Field _cardInfo |
private boolean |
_has_ncbId
keeps track of state for field: _ncbId |
private Ncb |
_ncb
Field _ncb |
private java.util.Vector |
_ncbAddressList
Field _ncbAddressList |
private int |
_ncbId
Field _ncbId |
private java.math.BigDecimal |
_paymentAmount
Field _paymentAmount |
private java.lang.String |
_paymentCurrencyCode
Field _paymentCurrencyCode |
private java.util.Vector |
_purchaseItemList
Field _purchaseItemList |
| Constructor Summary | |
TransactionPurchaseType()
|
|
| Method Summary | |
void |
addNcbAddress(int index,
NcbAddress vNcbAddress)
Method addNcbAddress |
void |
addNcbAddress(NcbAddress vNcbAddress)
Method addNcbAddress |
void |
addPurchaseItem(int index,
PurchaseItem vPurchaseItem)
Method addPurchaseItem |
void |
addPurchaseItem(PurchaseItem vPurchaseItem)
Method addPurchaseItem |
void |
deleteNcbId()
Method deleteNcbId |
java.util.Enumeration |
enumerateNcbAddress()
Method enumerateNcbAddress |
java.util.Enumeration |
enumeratePurchaseItem()
Method enumeratePurchaseItem |
CardInfo |
getCardInfo()
Method getCardInfoReturns the value of field 'cardInfo'. |
Ncb |
getNcb()
Method getNcbReturns the value of field 'ncb'. |
NcbAddress[] |
getNcbAddress()
Method getNcbAddress |
NcbAddress |
getNcbAddress(int index)
Method getNcbAddress |
int |
getNcbAddressCount()
Method getNcbAddressCount |
int |
getNcbId()
Method getNcbIdReturns the value of field 'ncbId'. |
java.math.BigDecimal |
getPaymentAmount()
Method getPaymentAmountReturns the value of field 'paymentAmount'. |
java.lang.String |
getPaymentCurrencyCode()
Method getPaymentCurrencyCodeReturns the value of field 'paymentCurrencyCode'. |
PurchaseItem[] |
getPurchaseItem()
Method getPurchaseItem |
PurchaseItem |
getPurchaseItem(int index)
Method getPurchaseItem |
int |
getPurchaseItemCount()
Method getPurchaseItemCount |
boolean |
hasNcbId()
Method hasNcbId |
boolean |
isValid()
Method isValid |
void |
removeAllNcbAddress()
Method removeAllNcbAddress |
void |
removeAllPurchaseItem()
Method removeAllPurchaseItem |
NcbAddress |
removeNcbAddress(int index)
Method removeNcbAddress |
PurchaseItem |
removePurchaseItem(int index)
Method removePurchaseItem |
void |
setCardInfo(CardInfo cardInfo)
Method setCardInfoSets the value of field 'cardInfo'. |
void |
setNcb(Ncb ncb)
Method setNcbSets the value of field 'ncb'. |
void |
setNcbAddress(int index,
NcbAddress vNcbAddress)
Method setNcbAddress |
void |
setNcbAddress(NcbAddress[] ncbAddressArray)
Method setNcbAddress |
void |
setNcbId(int ncbId)
Method setNcbIdSets the value of field 'ncbId'. |
void |
setPaymentAmount(java.math.BigDecimal paymentAmount)
Method setPaymentAmountSets the value of field 'paymentAmount'. |
void |
setPaymentCurrencyCode(java.lang.String paymentCurrencyCode)
Method setPaymentCurrencyCodeSets the value of field 'paymentCurrencyCode'. |
void |
setPurchaseItem(int index,
PurchaseItem vPurchaseItem)
Method setPurchaseItem |
void |
setPurchaseItem(PurchaseItem[] purchaseItemArray)
Method setPurchaseItem |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private CardInfo _cardInfo
private boolean _has_ncbId
private Ncb _ncb
private java.util.Vector _ncbAddressList
private int _ncbId
private java.math.BigDecimal _paymentAmount
private java.lang.String _paymentCurrencyCode
private java.util.Vector _purchaseItemList
| Constructor Detail |
public TransactionPurchaseType()
| Method Detail |
public void addNcbAddress(int index,
NcbAddress vNcbAddress)
throws java.lang.IndexOutOfBoundsException
index - vNcbAddress -
java.lang.IndexOutOfBoundsException
public void addNcbAddress(NcbAddress vNcbAddress)
throws java.lang.IndexOutOfBoundsException
vNcbAddress -
java.lang.IndexOutOfBoundsException
public void addPurchaseItem(int index,
PurchaseItem vPurchaseItem)
throws java.lang.IndexOutOfBoundsException
index - vPurchaseItem -
java.lang.IndexOutOfBoundsException
public void addPurchaseItem(PurchaseItem vPurchaseItem)
throws java.lang.IndexOutOfBoundsException
vPurchaseItem -
java.lang.IndexOutOfBoundsExceptionpublic void deleteNcbId()
public java.util.Enumeration enumerateNcbAddress()
public java.util.Enumeration enumeratePurchaseItem()
public CardInfo getCardInfo()
public Ncb getNcb()
public NcbAddress[] getNcbAddress()
public NcbAddress getNcbAddress(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic int getNcbAddressCount()
public int getNcbId()
public java.math.BigDecimal getPaymentAmount()
public java.lang.String getPaymentCurrencyCode()
public PurchaseItem[] getPurchaseItem()
public PurchaseItem getPurchaseItem(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic int getPurchaseItemCount()
public boolean hasNcbId()
public boolean isValid()
public void removeAllNcbAddress()
public void removeAllPurchaseItem()
public NcbAddress removeNcbAddress(int index)
index - public PurchaseItem removePurchaseItem(int index)
index - public void setCardInfo(CardInfo cardInfo)
cardInfo - the value of field 'cardInfo'.public void setNcb(Ncb ncb)
ncb - the value of field 'ncb'.
public void setNcbAddress(int index,
NcbAddress vNcbAddress)
throws java.lang.IndexOutOfBoundsException
index - vNcbAddress -
java.lang.IndexOutOfBoundsExceptionpublic void setNcbAddress(NcbAddress[] ncbAddressArray)
ncbAddressArray - public void setNcbId(int ncbId)
ncbId - the value of field 'ncbId'.public void setPaymentAmount(java.math.BigDecimal paymentAmount)
paymentAmount - the value of field 'paymentAmount'.public void setPaymentCurrencyCode(java.lang.String paymentCurrencyCode)
paymentCurrencyCode - the value of field
'paymentCurrencyCode'.
public void setPurchaseItem(int index,
PurchaseItem vPurchaseItem)
throws java.lang.IndexOutOfBoundsException
index - vPurchaseItem -
java.lang.IndexOutOfBoundsExceptionpublic void setPurchaseItem(PurchaseItem[] purchaseItemArray)
purchaseItemArray -
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||